From 3dfce671e8775802fbe7d3b369d39f6a022ab32a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 14 Jun 2025 09:14:12 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-05-16 -> 0-unstable-2025-06-13 --- 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 03b379bde0e1..f4932af2b942 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-05-16"; + version = "0-unstable-2025-06-13"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "0b95f252ba9cdb366b4d87e6236b0a63f4305cba"; - hash = "sha256-EcTd5ihZcdQ2LJNy8jcD4g6+PhR1Jialjd3xa6tZMew="; + rev = "811b1f7a56c16f8588caada36d7a3f9a56cb16d4"; + hash = "sha256-pPLUvlwRoVMRcCGyxqot2QAanKmQWknk5uF4rRZ41zY="; }; meta = {