From ab46f38d131d4aeadc79aa72d50211779ce07310 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 7 Jun 2026 18:44:07 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2026-05-29 -> 0-unstable-2026-06-05 --- 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 112808816314..d72170bb68f0 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-2026-05-29"; + version = "0-unstable-2026-06-05"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "589c29a07cd773315b6d5d350c3e050cbda7cd9d"; - hash = "sha256-DEivvVqWMh/G9aqub3TzOjwcLcpNyEQzH9EZ29y3NIM="; + rev = "6716e6ee39c2abd3ea325f66fb26e7f866f4c5dc"; + hash = "sha256-sn8UWO1YR3qLpsR0dwpyy42L+QWrYpwO2lL4NqgUmWM="; }; meta = {