From aee66850fb600fd4f10b48c978b6e0c3d758a4c3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 25 Jul 2026 03:51:46 +0000 Subject: [PATCH] libretro.picodrive: 0-unstable-2026-04-02 -> 0-unstable-2026-07-23 --- pkgs/applications/emulators/libretro/cores/picodrive.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/picodrive.nix b/pkgs/applications/emulators/libretro/cores/picodrive.nix index b962c61e834d..3fd2ac7014a3 100644 --- a/pkgs/applications/emulators/libretro/cores/picodrive.nix +++ b/pkgs/applications/emulators/libretro/cores/picodrive.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "picodrive"; - version = "0-unstable-2026-04-02"; + version = "0-unstable-2026-07-23"; src = fetchFromGitHub { owner = "libretro"; repo = "picodrive"; - rev = "f0d4a0118a9733a1f10bce5a4ac772c474f9300d"; - hash = "sha256-q584bnqIbKoXSCRHUAcqSJAIhholnXfbphvLVcbm57o="; + rev = "78a662e3135871a6c657d5e61900f6704152e594"; + hash = "sha256-3+x1ILIUq+/nwfUGXweNIq3PFTAaP56/6G+dX4dEZ/Y="; fetchSubmodules = true; };