From 72bd17311dc9fd0cac8c164f18d5504def5ec325 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 23 Jul 2025 22:27:00 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2025-04-24 -> 0-unstable-2025-07-20 --- 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 7ae7303c7cad..5f919e60de4d 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-04-24"; + version = "0-unstable-2025-07-20"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "d2eefab298b0b9152d2934d6f0227b6803c877b3"; - hash = "sha256-lmfyNi+E2SoCOAtXuJ3F5S3mm1OCta9FHtoqPpLgYk8="; + rev = "0e82a1642d4acafab4da9ce937954b85d846952b"; + hash = "sha256-/r1EUb3Z6RaEycGnkU4RtYr0JjohgQmru99DG45OWKo="; }; makefile = "Makefile";