diff --git a/pkgs/applications/emulators/fceux/default.nix b/pkgs/applications/emulators/fceux/default.nix index 0a6a23d83204..1f90ede2b67e 100644 --- a/pkgs/applications/emulators/fceux/default.nix +++ b/pkgs/applications/emulators/fceux/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "fceux"; - version = "2.6.5"; + version = "2.6.6"; src = fetchFromGitHub { owner = "TASEmulators"; repo = "fceux"; rev = "v${finalAttrs.version}"; - hash = "sha256-sY7UyslRPeLw8IDDhx0VObNCUTy3k16Xx3aGBJjxNAk="; + hash = "sha256-Wp23oLapMqQtL2DCkm2xX1vodtEr/XNSOErf3nrFRQs="; }; nativeBuildInputs = [