From 496a25492e5f924fcb7117b32622ee6031c3f6f5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 21 Dec 2024 22:49:36 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2024-11-29 -> 0-unstable-2024-12-20 --- 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 aef239ed264e..81c3eee90483 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-11-29"; + version = "0-unstable-2024-12-20"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "9d92381643a6aad186054fa6019a47b710f73d2c"; - hash = "sha256-gbjUIETbGb8i9bQuKRlpPOLnZorA/ho5DqT9AXkojUY="; + rev = "a870b6dcde66fba00cd7aab5ae4bb699e458a91b"; + hash = "sha256-yarpWSRmfqufj3sXwO1SHZ7VnPSITK/WG8u6mHil/OE="; }; meta = {