From 9b299511efdba5a88536e1c87759c3c0197268b7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 20 Feb 2025 08:33:08 +0000 Subject: [PATCH] libretro.gambatte: 0-unstable-2025-01-24 -> 0-unstable-2025-02-14 --- 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 9442d5d2c4a3..1920a3358d2a 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-01-24"; + version = "0-unstable-2025-02-14"; src = fetchFromGitHub { owner = "libretro"; repo = "gambatte-libretro"; - rev = "cd1e180b1edf6e6853cf4d501adac0538076de34"; - hash = "sha256-NwxditChigU8dUhmv6pnoreG1kp7cZlLBTAexNqbiAo="; + rev = "659f38b8e01211da4383e40dfcd102c846a19dc5"; + hash = "sha256-EKtXKYTYW4c0CngKrZ2QgUkObUynChZAo8cOcLVHdWE="; }; meta = {