From e5a4517c5b344139fde9c8d0cc83fbb019919de6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 23 Jun 2025 09:02:25 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-06-13 -> 0-unstable-2025-06-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 f4932af2b942..584f000788f8 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-06-13"; + version = "0-unstable-2025-06-20"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "811b1f7a56c16f8588caada36d7a3f9a56cb16d4"; - hash = "sha256-pPLUvlwRoVMRcCGyxqot2QAanKmQWknk5uF4rRZ41zY="; + rev = "a693367ab1aea60266c7fa7c666b0779035d4745"; + hash = "sha256-nQ/hh9EkcftcdV0MvPl3kRUGBxukOxbgLCM9786rtd4="; }; meta = {