Unverified Commit e7063ce1 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.fbneo: 0-unstable-2026-03-28 -> 0-unstable-2026-04-06 (#507404)

parents daefe6e3 062077c2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "fbneo";
  version = "0-unstable-2026-03-28";
  version = "0-unstable-2026-04-06";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "fbneo";
    rev = "7290e95232faacb0c31b0b12cb0884bb9f6e8cfc";
    hash = "sha256-vYryEUrYauVGGjmePCUnGdCpOGKUFxSI4tkFCt7wKs8=";
    rev = "f659af2c3bec122d3e628e1e1634e746e67005e4";
    hash = "sha256-cK2c611fBEDcRK1I7VMLL+Ih76FMWlEGhmhg53KampU=";
  };

  makefile = "Makefile";