diff --git a/automatic/pidgin/pidgin.nuspec b/automatic/pidgin/pidgin.nuspec
index f27246e2..3169c3cd 100644
--- a/automatic/pidgin/pidgin.nuspec
+++ b/automatic/pidgin/pidgin.nuspec
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 2.14.8
+ 2.14.9
https://github.com/mikeee/ChocoPackages/tree/master/automatic/pidgin
mikeee
diff --git a/automatic/pidgin/tools/chocolateyInstall.ps1 b/automatic/pidgin/tools/chocolateyInstall.ps1
index ac1c75e4..196aaccc 100644
--- a/automatic/pidgin/tools/chocolateyInstall.ps1
+++ b/automatic/pidgin/tools/chocolateyInstall.ps1
@@ -2,8 +2,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
- url = 'https://netcologne.dl.sourceforge.net/project/pidgin/Pidgin/2.14.8/pidgin-2.14.8-offline.exe'
- checksum = 'b237de10d4fe5d44eabe97a7640d2a74b4d722a7cb2376cf5df2be632eda3f51'
+ url = 'https://netcologne.dl.sourceforge.net/project/pidgin/Pidgin/2.14.9/pidgin-2.14.9-offline.exe'
+ checksum = 'a7b48fb28fa025b7526ecbc46d10be9a2390e089fb3f8cbc8bf4b821b180aeeb'
checksumType = 'SHA256'
fileType = 'EXE'
silentArgs = '/S'