From c93ef6cee294eaf53ecf278def3d483a00dd45a2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 25 Jan 2025 05:48:27 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-01-10 -> 0-unstable-2025-01-24 --- 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 6488f61c6895..9442d5d2c4a3 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-01-10"; + version = "0-unstable-2025-01-24"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "36a0da43fe6a82aba6acc5336574dbd749b18fa8"; - hash = "sha256-3PM7PK1ouMObNZEIIIBG8gxIydYFKP9RRGlWBr5PIGU="; + rev = "cd1e180b1edf6e6853cf4d501adac0538076de34"; + hash = "sha256-NwxditChigU8dUhmv6pnoreG1kp7cZlLBTAexNqbiAo="; }; meta = {