From a345cdbdeb4d0635661c32dc529c136de98ed83d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 20 Dec 2025 22:17:16 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-11-14 -> 0-unstable-2025-12-19 --- 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 40aecf867bd5..05a0a5694398 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-11-14"; + version = "0-unstable-2025-12-19"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "6924c76ba03dadddc6e97fa3660f3d3bc08faa94"; - hash = "sha256-VhHPr+zM7YfwdxdhGQ8zkA/9r1ZYr4sgIr147DzKCJw="; + rev = "308255e4a3acb38a054ebb42a5e2fe5c50eebd66"; + hash = "sha256-a75F7kfrVfIVt5yvYIu+oVmpXlOdTDTs5IX1Q5NB8WU="; }; meta = {