From d86a88d29c310401073d4f6451ed780239c8d5cb Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 10 Jan 2025 18:03:04 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2024-12-20 -> 0-unstable-2025-01-10 --- 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 81c3eee90483..6488f61c6895 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-2024-12-20"; + version = "0-unstable-2025-01-10"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "a870b6dcde66fba00cd7aab5ae4bb699e458a91b"; - hash = "sha256-yarpWSRmfqufj3sXwO1SHZ7VnPSITK/WG8u6mHil/OE="; + rev = "36a0da43fe6a82aba6acc5336574dbd749b18fa8"; + hash = "sha256-3PM7PK1ouMObNZEIIIBG8gxIydYFKP9RRGlWBr5PIGU="; }; meta = {