From ccc62b2d76d639c1e496a9aa474072deedcfa6d2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 2 Jul 2026 20:43:17 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-06-23 -> 0-unstable-2026-06-26 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index cf56b95d8026..9ab9835acaae 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2026-06-23"; + version = "0-unstable-2026-06-26"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "59ab660649d933f40cf281656ba949eb4c835d73"; - hash = "sha256-Hwav4vHppInUUbiSch3J84P7HIYkQ+DM431fFdq1qEg="; + rev = "7ec978e8521f75427ad38eb8f8f4f3cabaa891d0"; + hash = "sha256-3ChQnJP6xI/Wd3BOlkauTYCNQz1MjSHk0lDmjX+Iugg="; fetchSubmodules = true; };