From 5858e26eefd208778f1b30d19fa32c0f8983cdb4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 28 Mar 2025 10:15:52 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2025-03-16 -> 0-unstable-2025-03-22 --- 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 43a3483f2850..9ec7d0031f50 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-16"; + version = "0-unstable-2025-03-22"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "83d4f6227d14c817c8c75d2b6ad69514acb8fc4b"; - hash = "sha256-3BTQbtascDymbJK1ECjaoE9z1fVMnmvcdO+c4aCWuFE="; + rev = "b3eb368603cd519d54bb4886d2934ee4fd188081"; + hash = "sha256-gaMZEP+8vCb/b9lhrXcUK4N7v9uxX/FVgnzK48rxyHQ="; }; makefile = "Makefile";