diff --git a/pkgs/applications/emulators/libretro/cores/fceumm.nix b/pkgs/applications/emulators/libretro/cores/fceumm.nix index 93c6956d18b1..d038cc54a0a2 100644 --- a/pkgs/applications/emulators/libretro/cores/fceumm.nix +++ b/pkgs/applications/emulators/libretro/cores/fceumm.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fceumm"; - version = "0-unstable-2024-09-23"; + version = "0-unstable-2024-11-23"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-fceumm"; - rev = "e226068f979cd8fbfc3be9780d16cfb1405095b0"; - hash = "sha256-2G5EzcDJkEhaN+nXi/wu3+Ejim04ZzOr+LW69cLAEuM="; + rev = "449db5de6b56e9d44fc685e1b38399f0b233bd28"; + hash = "sha256-yD75ohq7dJwXt6t3RLMwTtmdLGLS3/eb98uBlnazWDk="; }; meta = {