From 56f99d040dedca99ba35d86619dd0f61844bc3b7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 26 Apr 2025 21:32:51 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2025-03-22 -> 0-unstable-2025-04-24 --- pkgs/applications/emulators/libretro/cores/nestopia.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/nestopia.nix b/pkgs/applications/emulators/libretro/cores/nestopia.nix index 9ec7d0031f50..7ae7303c7cad 100644 --- a/pkgs/applications/emulators/libretro/cores/nestopia.nix +++ b/pkgs/applications/emulators/libretro/cores/nestopia.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "nestopia"; - version = "0-unstable-2025-03-22"; + version = "0-unstable-2025-04-24"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "b3eb368603cd519d54bb4886d2934ee4fd188081"; - hash = "sha256-gaMZEP+8vCb/b9lhrXcUK4N7v9uxX/FVgnzK48rxyHQ="; + rev = "d2eefab298b0b9152d2934d6f0227b6803c877b3"; + hash = "sha256-lmfyNi+E2SoCOAtXuJ3F5S3mm1OCta9FHtoqPpLgYk8="; }; makefile = "Makefile";