Should anchors acting as buttons use the pointer cursor?

I've styled my webapp such that buttons use the default cursor, anchors use the pointer cursor (obviously), and buttons acting as anchors use the pointer cursor.

Semantically, should an anchor acting as a button (with [role='button']) use the pointer cursor or the default cursor?