From 74de4a3ccbed94d7a3f6c0815f935c1a1b2fad73 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 21 May 2026 00:09:53 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2026-05-12 -> 0-unstable-2026-05-15 --- 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 4a5ecce39e96..44b4caaa8c30 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-2026-05-12"; + version = "0-unstable-2026-05-15"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "4c1b4c26c8db94663196bad187b58fe8e9162b4f"; - hash = "sha256-uJoHwHJ2KtNk83eEDdWPPxAViMCp8bVq06wsBxQZEPw="; + rev = "3262c2aa4adae8dba4f6d51cdd931c15cb11569f"; + hash = "sha256-JPnpY/43XbT9QnvzrYPkZLCcM3hN+SoQTFZ8J/Dj+Oc="; }; meta = {