From e2cf64f27ef8028d082fd69541c0fb807907509f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 3 Apr 2026 18:56:07 +0000 Subject: [PATCH] libretro.picodrive: 0-unstable-2025-12-03 -> 0-unstable-2026-04-02 --- 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 b7d63f301b81..b962c61e834d 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-2025-12-03"; + version = "0-unstable-2026-04-02"; src = fetchFromGitHub { owner = "libretro"; repo = "picodrive"; - rev = "3365b1774bc8680be9899968fe45b224ad2f11c1"; - hash = "sha256-hn80Dkdf6dMmCFoh9QeySVbF7tu8Vc1NfAl3SV8AZLg="; + rev = "f0d4a0118a9733a1f10bce5a4ac772c474f9300d"; + hash = "sha256-q584bnqIbKoXSCRHUAcqSJAIhholnXfbphvLVcbm57o="; fetchSubmodules = true; };