From af1cabb5a0b8d5d7f2390d8467f56184c5fd4533 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 26 Apr 2025 22:54:12 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-04-04 -> 0-unstable-2025-04-18 --- pkgs/applications/emulators/libretro/cores/gambatte.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = {