diff --git a/pkgs/applications/emulators/libretro/cores/gambatte.nix b/pkgs/applications/emulators/libretro/cores/gambatte.nix index 2f28042aa697..ef8295c2866f 100644 --- a/pkgs/applications/emulators/libretro/cores/gambatte.nix +++ b/pkgs/applications/emulators/libretro/cores/gambatte.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "gambatte"; - version = "0-unstable-2025-04-04"; + version = "0-unstable-2025-04-18"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "2910240a4100ccad68f935082b8bbce194673cb5"; - hash = "sha256-segz2SocZaNNgToNQOIEVIOD3CidyZIS81dStcdAsTs="; + rev = "b285b0823ac867371e72c54d5275a554c7be312c"; + hash = "sha256-/PFSMcx+iBpiMHSqAhGVjbXDkMk9En0UZPChPROaLck="; }; meta = {